home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Arsenal / OS2 Arsenal v1.0 (Disc 1)(Arsenal Computer).ISO / os2_prog / ctu0003.lst < prev    next >
File List  |  1994-11-15  |  12KB  |  181 lines

  1.                        C Set ++ Utilities Version 2.0
  2.                                 Fixes List
  3.                        ------------------------------
  4. *************************************************************************
  5. *                                                                       *
  6. *  This CSD contains fixes that are common to C/C++ Tools Version 2.0   *
  7. *  and Version 2.01.  Notwithstanding the versions statements           *
  8. *  contained in the files of this CSD this is not an upgrade of         *
  9. *  Version 2.0 to Version 2.01.                                         *
  10. *                                                                       *
  11. *  The code to which you have access is determined by the version of    *
  12. *  the software to which you are licensed.                              *
  13. *                                                                       *
  14. *************************************************************************
  15. =========================================================================
  16.                  CTU0003 is informal Corrective Service.
  17.  
  18. ------------------  This CSD is the minimum CSD level  ------------------
  19. ------------------   that is supported on OS/2 Warp    ------------------
  20.  
  21.          The following fixes are provided in Utility CS CTU0003
  22. *************************************************************************
  23. FIX/APAR      COMPONENT     PROBLEM DESCRIPTION
  24. *************************************************************************
  25.  QUAL-IMP      IPMD         Updates for debugging 16 bit applications
  26. -------------------------------------------------------------------------
  27.  PJ15341       IPMD         Display classes containing ENUMs
  28. -------------------------------------------------------------------------
  29.  PJ15339       IPMD         Display classes inherited from null (empty)
  30.                             base classes
  31. -------------------------------------------------------------------------
  32.  QUAL-IMP      IPMD         Reduce font requirements
  33. -------------------------------------------------------------------------
  34.  QUAL-IMP      IPMD         Improve view for included code if displayed
  35.                             before the main source has been viewed
  36. -------------------------------------------------------------------------
  37.  QUAL-IMP      IPMD         Fix OS/2 Warp hang when resizing the source
  38.                             window
  39. -------------------------------------------------------------------------
  40.  QUAL-IMP      EXTRA        Corrected print problems to HP type printers
  41. -------------------------------------------------------------------------
  42.  QUAL-IMP      EXTRA        Possible internal memory allocation bug
  43. -------------------------------------------------------------------------
  44.  QUAL-IMP      EXTRA        Long string names in Call Graph display
  45. -------------------------------------------------------------------------
  46.  QUAL-IMP      EXTRA        Statistics now shows hugh trace files
  47. -------------------------------------------------------------------------
  48.  QUAL-IMP      EXTRA        User events shown on the correct thread
  49. -------------------------------------------------------------------------
  50.  QUAL-IMP      EXTRA        DBCS window display problem
  51. -------------------------------------------------------------------------
  52.  QUAL-IMP      EXTRA        Triggers and _DOSCALL.DLL now work correctly
  53. -------------------------------------------------------------------------
  54.  QUAL-IMP      BROWSER      Browser fails to terminate properly on
  55.                             OS/2 Warp
  56. -------------------------------------------------------------------------
  57. =========================================================================
  58.                CTU0002 is informal Corrective Service.
  59. The following fixes are provided in Utility CS CTU0002
  60. *************************************************************************
  61. FIX/APAR      COMPONENT     PROBLEM DESCRIPTION
  62. *************************************************************************
  63. QUAL-IMP       BROWSER      Modifications to tutorial for installations
  64.                             on a different location other than the
  65.                             default location.
  66. -------------------------------------------------------------------------
  67.  QUAL-IMP      BROWSER      Tutorial will not load when the browser is
  68.                             installed in a directory with a plus (+) sign
  69.                             (E.G. C:\IBMC++).
  70. -------------------------------------------------------------------------
  71.  QUAL-IMP      BROWSER      Intermittently hangs the PM shell.
  72. -------------------------------------------------------------------------
  73.  QUAL-IMP      BROWSER      Hangs after closing due to DDE4NARC thread
  74.                             still active
  75. -------------------------------------------------------------------------
  76.  QUAL-IMP      BROWSER      DDE4NARC API error during a graph window
  77.                             search with a program that contains no
  78.                             class inheritance.
  79. -------------------------------------------------------------------------
  80.  QUAL-IMP      IPMD         Fix several potential memory leak problems
  81. -------------------------------------------------------------------------
  82.  QUAL-IMP      IPMD         DBCS updates
  83. -------------------------------------------------------------------------
  84.  PJ09240       IPMD         This is the debugger part of the OS2KRNL
  85.                             fix for the PM resource interlock problem.
  86. =========================================================================
  87.                CTU0001 is informal Corrective Service.
  88. The following fixes are provided in Utility CS CTU0001 and later CSs
  89. *************************************************************************
  90. FIX/APAR      COMPONENT     PROBLEM DESCRIPTION
  91. *************************************************************************
  92.  QUAL-IMP      Extra        A buffer used to hold certain exception
  93.                             messages had a length of 0, causing the
  94.                             program to abend.  Buffer now has a
  95.                             length.
  96. -------------------------------------------------------------------------
  97.  QUAL-IMP      Extra        Zooming in and out on a multi-segmented
  98.                             arc would cause the diagram not to be
  99.                             properly centered.  The fix was to modify
  100.                             the center of the arc calculation to be
  101.                             correct.
  102. -------------------------------------------------------------------------
  103.  QUAL-IMP      Extra        The stack size of the secondary thread has
  104.                             been increased to prevent stack overflow
  105.                             on OS/2 2.1.
  106. -------------------------------------------------------------------------
  107.  QUAL-IMP      Extra        Due to a rounding error in calculating scale
  108.                             factors, all events may not be visible at a
  109.                             very large scale.  An adjustment was made
  110.                             to the calculation to allow all events to
  111.                             be visible.
  112. -------------------------------------------------------------------------
  113.  QUAL-IMP      IPMD         DLLs were not being found because the LIBPATH
  114.                             search was case sensitive. It is now not case
  115.                             sensitive. Also, IPMD was ignoring a REM
  116.                             keyword before a LIBPATH statement. It now
  117.                             correctly ignores LIBPATH statements that
  118.                             have been "remarked out".
  119. -------------------------------------------------------------------------
  120.  QUAL-IMP      IPMD         The search for a correct DLL name had been
  121.                             limited to 6 drives for the bootable drive.
  122. -------------------------------------------------------------------------
  123.  QUAL-IMP      IPMD         There were some errors in the help text for
  124.                             enumerated types.
  125.  ------------------------------------------------------------------------
  126.  QUAL-IMP      IPMD         In the window characteristics window, when
  127.                             displaying addresses in 16:16 format, the
  128.                             segment and offset were reversed.
  129.  ------------------------------------------------------------------------
  130.  QUAL-IMP      IPMD         When attempting to debug an application for
  131.                             which there was no debug data, the Debug
  132.                             Session Controls window displayed no
  133.                             components.
  134.  ------------------------------------------------------------------------
  135.  QUAL-IMP      IPMD         It was not possible to display variables that
  136.                             were in comments at the bottom of the mixed
  137.                             view.
  138.  ------------------------------------------------------------------------
  139.  QUAL-IMP      IPMD         IPMD was not restoring a source line
  140.                             breakpoint in a DLL that was loaded/unloaded
  141.                             then reloaded.
  142.  ------------------------------------------------------------------------
  143.  QUAL-IMP      IPMD         A fatal debugger error occurred if a user
  144.                             double clicked on a non-executable line in
  145.                             a template.
  146.  ------------------------------------------------------------------------
  147.  QUAL-IMP      IPMD         Strings were not viewable if a 16-bit far
  148.                             pointer was used.
  149.  ------------------------------------------------------------------------
  150.  QUAL-IMP      IPMD         It was possible for the debugger to crash
  151.                             when attempting to monitor an expression
  152.                             involving the not-equal operator and a
  153.                             pointer expression.
  154.  ------------------------------------------------------------------------
  155.  QUAL-IMP      IPMD         If a class contained a variable of simple
  156.                             type (e.g. integer), it was not possible to
  157.                             change the value of the variable.
  158.  ------------------------------------------------------------------------
  159.  QUAL-IMP      IPMD         There were some minor problems with the IPMD
  160.                             online tutorial.
  161.  ------------------------------------------------------------------------
  162.  QUAL-IMP      IPMD         In a 16-bit program, the DS register was
  163.                             being altered by a jump to location.
  164.  ------------------------------------------------------------------------
  165.  QUAL-IMP      IPMD         In the breakpoints dialog, the text in the
  166.                             tabs was incorrectly formed.
  167.  ------------------------------------------------------------------------
  168.  QUAL-IMP      IPMD         If the help text was accessed after using the
  169.                             tutorial, it was possible to lock the system.
  170.  ------------------------------------------------------------------------
  171.  QUAL-IMP      IPMD         If an application that creates a send hook
  172.                             was debugged in synchronous mode, it was
  173.                             possible to crash the debugger if the
  174.                             creation of the hook was stepped over.
  175.  ------------------------------------------------------------------------
  176.  QUAL-IMP      IPMD         In a C++ application, it was taking an
  177.                             inordinate amount of time to display a
  178.                             variable.
  179.  ------------------------------------------------------------------------
  180. *************************************************************************
  181.